home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 10003 < prev    next >
Encoding:
Text File  |  2002-07-05  |  4.2 KB  |  155 lines

  1. <HTML>
  2. <HEAD>
  3. <LINK rel="stylesheet" href="%1css/default.css" type="text/css">
  4. </HEAD>
  5.  
  6. <BODY class='menu' TOPMARGIN="0" BOTTOMMARGIN=0 LEFTMARGIN=5 RIGHTMARGIN=5>
  7.  
  8. <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
  9.  
  10. <SCRIPT SRC="%1js/helps.js"></SCRIPT>
  11. <SCRIPT SRC="%1js/tips.js"></SCRIPT>
  12.  
  13. <SCRIPT language=Javascript>
  14. var link_path = "%1";
  15. var imgArr = new Array();
  16.  
  17. imgArr["butHelp"] = link_path + "images/help_up_default.gif";
  18. imgArr["butHelpOver"] = link_path + "images/help_over_default.gif";
  19. imgArr["butHelpDown"] = link_path + "images/help_down_default.gif";
  20.  
  21. imgArr["butPreferences"] = link_path + "images/preferences_up_default.gif";
  22. imgArr["butPreferencesOver"] = link_path + "images/preferences_over_default.gif";
  23. imgArr["butPreferencesDown"] = link_path + "images/preferences_down_default.gif";
  24.  
  25. imgArr["butRegister"] = link_path + "images/register_up_default.gif";
  26. imgArr["butRegisterOver"] = link_path + "images/register_over_default.gif";
  27. imgArr["butRegisterDown"] = link_path + "images/register_down_default.gif";
  28.  
  29. imgArr["butLogoff"] = link_path + "images/logoff_up_default.gif";
  30. imgArr["butLogoffOver"] = link_path + "images/logoff_over_default.gif";
  31. imgArr["butLogoffDown"] = link_path + "images/logoff_down_default.gif";
  32.  
  33. imgArr["butAbout"] = link_path + "images/about_up_default.gif";
  34. imgArr["butAboutOver"] = link_path + "images/about_over_default.gif";
  35. imgArr["butAboutDown"] = link_path + "images/about_down_default.gif";
  36.  
  37. function linkOver(linkName) {
  38.     if (document.images)
  39.         document[linkName].src = imgArr['but' + linkName + 'Over'];
  40. }
  41.  
  42. function linkDown(linkName) {
  43.     if (document.images) {
  44.         document[linkName].src = imgArr['but' + linkName + 'Down'];
  45.     }
  46. }
  47.  
  48. function linkNormal(linkName) {
  49.     if (document.images)
  50.         document[linkName].src = imgArr['but' + linkName];
  51. }
  52.  
  53. function handleChange()
  54. {
  55.     var element = document.forms["treeForm"].elements["tree"];
  56.     var sel = element.options[element.selectedIndex].value;
  57.     if(sel != "")
  58.     {
  59.         var loc;
  60.         switch(sel)
  61.         {
  62.             case "1": loc = "%7"; break;
  63.             case "2": loc = "%8"; break;
  64.             case "3": loc = "%9"; break;
  65.             case "4": loc = "%10"; break;
  66.             case "5": loc = "%11"; break;
  67.             case "6": loc = "%12"; break;
  68.             case "7": loc = "%13"; break;
  69.             case "8": loc = "%14"; break;
  70.             case "9": loc = "%15"; break;
  71.             default: loc = "%16"; break;
  72.         }
  73.  
  74.         parent.frames["target_frame"].location = loc;
  75.     }
  76. }
  77.  
  78. function goAbout()
  79. {
  80.     var winLoc = parent.frames["target_frame"];
  81.     winLoc.location = "%3?draw=about";
  82. }
  83.  
  84. function goPreferences()
  85. {
  86.     parent.frames["target_frame"].location = "%4";
  87. }
  88.  
  89. function logoff()
  90. {
  91.     window.top.location = "%3?action=logoff";
  92. }
  93.  
  94. function goRegister()
  95. {
  96.     var loc = "http://www.crystaldecisions.com/ipl/default.asp?destination=register&rsource=web_product&product=crystalenterprise%17";
  97.     window.open(loc, "_blank");
  98. }
  99.  
  100. function goHelp()
  101. {
  102.     var loc = "%5";
  103.     window.open(loc, "_blank");
  104. }
  105. </SCRIPT>
  106.  
  107. <FORM name="treeForm">
  108. <TABLE width=100% cellspacing=0 cellpadding=0>
  109.  
  110. <tr><td class="menu"><span class="menuTitle">Crystal Management Console</span></td>
  111. <td class="menu" align=right><span class='headerWelcome'>Account: %2</span></td></tr>
  112. <tr>
  113. <td class="menu">
  114.  
  115. <table><tr><td class="menu" valign="middle">
  116. <select class="menuFormElement" name="tree" onchange=handleChange()>
  117. <option value="0">%6</option>
  118. <option value="1">Users</option>
  119. <option value="2">Groups</option>
  120. <option value="3">Objects</option>
  121. <option value="4">Folders</option>
  122. <option value="5">Events</option>
  123. <option value="6">Servers</option>
  124. <option value="7">Server Groups</option>
  125. <option value="8">Settings</option>
  126. <option value="9">Authorization</option>
  127. </select>
  128.  
  129. </td><td class="menu">
  130.  
  131. <table cellpadding=0 border=0>
  132. <tr><td class="clsButton"><div class="clsButton">
  133. <a href="javascript:handleChange();">Go</a>
  134. </div></td>
  135. </table>
  136.  
  137. </td></tr></table>
  138.  
  139. </td>
  140.  
  141. <td class="menu" align=right>
  142.  
  143. <table cellspacing=0 cellpadding=0 border=0>
  144. %18
  145. </table>
  146.  
  147. </td>
  148.  
  149. </tr>
  150. </TABLE>
  151. </FORM>
  152.  
  153. </BODY>
  154. </HTML>
  155.